home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 …SCII & the Runetime Code / ADC Developer CD (1992-07) (''Butch ASCII And The Runtime Code'')_iso / Dev.CD 199207.iso / Tools & Apps / Graphics & Imaging / SLUDGE 2.0 / SLUDGE Info next >
Encoding:
Text File  |  1990-09-14  |  455 b   |  12 lines  |  [TEXT/ttxt]

  1. Here is SLUDGE.
  2.  
  3. SLUDGE is useful for watching and debugging drawing that takes
  4. place on screen.  SLUDGE slows down a mac by using the Jump Trace exception of the
  5. 68020 and 68030.  It is very simple.  When SLUDGE is turned on, it 
  6. will execute a 'time-wasting' loop at each jump trace exception.  The
  7. number of iterations is specified by the user with the SLUDGE factor.
  8.  
  9. When you first try it, I recommend a small (less than 100) sludge factor.
  10.  
  11.  
  12. - Kevin